func golang.org/x/sys/unix.fsconfigCommon

7 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1899: func fsconfigCommon(fd int, cmd uint, key string, value *byte, aux int) (err error) {
		syscall_linux.go#L1913: 	return fsconfigCommon(fd, FSCONFIG_SET_FLAG, key, nil, 0)
		syscall_linux.go#L1927: 	return fsconfigCommon(fd, FSCONFIG_SET_STRING, key, valuep, 0)
		syscall_linux.go#L1940: 	return fsconfigCommon(fd, FSCONFIG_SET_BINARY, key, &value[0], len(value))
		syscall_linux.go#L1955: 	return fsconfigCommon(fd, FSCONFIG_SET_PATH, key, valuep, atfd)
		syscall_linux.go#L1966: 	return fsconfigCommon(fd, FSCONFIG_SET_PATH_EMPTY, key, valuep, atfd)
		syscall_linux.go#L1976: 	return fsconfigCommon(fd, FSCONFIG_SET_FD, key, nil, value)